D3D_BATCH_SET_DOT2D

This command will setup the internal requirements for batching 2D dots. The Size parameter is how many dots maximum can be used
with the current batch. This command is used in conjuction with the 2D dot batch functions. Using batching will enable you to draw
multiple 2D dots more efficiently.

SYNTAX

D3D_BATCH_SET_DOT2D Size

RELATED INFO

D3DFunc Commands Menu
Index

EXAMPLE

View Showcase Example
View Usage Example